home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / noveldos.700 / pnw.mi_ / PNW.MIB
Text File  |  1993-09-09  |  22KB  |  624 lines

  1. PERSONAL-NETWARE-MIB DEFINITIONS ::= BEGIN
  2.  
  3.         IMPORTS
  4.                 Counter
  5.                         FROM RFC1155-SMI
  6.                 enterprises
  7.                         FROM RFC1155-SMI
  8.                 TimeTicks
  9.                         FROM RFC1155-SMI
  10.                 OBJECT-TYPE
  11.                         FROM RFC-1212
  12.                 DisplayString
  13.                         FROM RFC1213-MIB;
  14.  
  15.         novell                OBJECT IDENTIFIER ::= { enterprises 23 }
  16.     mibDoc            OBJECT IDENTIFIER ::= { novell 2 }
  17.     personalNetwareMib  OBJECT IDENTIFIER ::= { mibDoc 17 }
  18.  
  19.         pnwConfiguration    OBJECT IDENTIFIER ::= { personalNetwareMib 1 }
  20.         pnwDOSWorkStation   OBJECT IDENTIFIER ::= { personalNetwareMib 2 }
  21.         pnwStatistics       OBJECT IDENTIFIER ::= { personalNetwareMib 3 }
  22.         pnwStatus           OBJECT IDENTIFIER ::= { personalNetwareMib 4 }
  23.  
  24.  
  25.         --
  26.         -- Personal Netware Server Configuration
  27.         --
  28.  
  29.         pnwServerName OBJECT-TYPE
  30.                 SYNTAX  DisplayString ( SIZE (0..16) )
  31.                 ACCESS  read-only
  32.                 STATUS  mandatory
  33.                 DESCRIPTION
  34.                         "The name of the Personal Netware Server."
  35.                 ::= { pnwConfiguration 1 }
  36.  
  37.         pnwServerID OBJECT-TYPE
  38.                 SYNTAX  INTEGER
  39.                 ACCESS  read-only
  40.                 STATUS  mandatory
  41.                 DESCRIPTION
  42.                         "The ID number of the Personal Netware Server."
  43.                 ::= { pnwConfiguration 2 }
  44.  
  45.         pnwServerDescription OBJECT-TYPE
  46.                 SYNTAX  DisplayString ( SIZE (0..50) )
  47.                 ACCESS  read-only
  48.                 STATUS  mandatory
  49.                 DESCRIPTION
  50.                         "A description of the Personal Netware Server."
  51.                 ::= { pnwConfiguration 3 }
  52.  
  53.         pnwServerMajorVersion OBJECT-TYPE
  54.                 SYNTAX  INTEGER
  55.                 ACCESS  read-only
  56.                 STATUS  mandatory
  57.                 DESCRIPTION
  58.                         "The major version number of the Personal Netware
  59.             Server."
  60.                 ::= { pnwConfiguration 4 }
  61.  
  62.         pnwServerMinorVersion OBJECT-TYPE
  63.                 SYNTAX  INTEGER
  64.                 ACCESS  read-only
  65.                 STATUS  mandatory
  66.                 DESCRIPTION
  67.                         "The minor version number of the Personal Netware
  68.             Server."
  69.                 ::= { pnwConfiguration 5 }
  70.  
  71.         pnwWorkGroupName OBJECT-TYPE
  72.                 SYNTAX  DisplayString ( SIZE (0..16) )
  73.                 ACCESS  read-only
  74.                 STATUS  mandatory
  75.                 DESCRIPTION
  76.                         "The name of the workgroup to which the Personal
  77.             Netware Server belongs."
  78.                 ::= { pnwConfiguration 6 }
  79.  
  80.         pnwWorkGroupID OBJECT-TYPE
  81.                 SYNTAX  INTEGER
  82.                 ACCESS  read-only
  83.                 STATUS  mandatory
  84.                 DESCRIPTION
  85.                         "The identification number of the workgroup to
  86.             which the Personal Netware Server belongs."
  87.                 ::= { pnwConfiguration 7 }
  88.  
  89.         pnwServerNetworkAddress OBJECT-TYPE
  90.                 SYNTAX  OCTET STRING ( SIZE (4) )
  91.                 ACCESS  read-only
  92.                 STATUS  mandatory
  93.                 DESCRIPTION
  94.                         "The IPX network address of the Personal Netware
  95.             Server.  If the server is not attached to an IPX
  96.             network, the address will be 0."
  97.                 ::= { pnwConfiguration 8 }
  98.  
  99.         pnwServerNodeAddress OBJECT-TYPE
  100.                 SYNTAX  OCTET STRING ( SIZE (6) )
  101.                 ACCESS  read-only
  102.                 STATUS  mandatory
  103.                 DESCRIPTION
  104.                         "The node (MAC) address of the Personal Netware
  105.             Server."
  106.                 ::= { pnwConfiguration 9 }
  107.  
  108.         pnwServerSocketAddress OBJECT-TYPE
  109.                 SYNTAX  INTEGER
  110.                 ACCESS  read-only
  111.                 STATUS  mandatory
  112.                 DESCRIPTION
  113.                         "The number of the socket used by the Personal
  114.             Netware Server."
  115.                 ::= { pnwConfiguration 10 }
  116.  
  117.         pnwServerMaximumConnections OBJECT-TYPE
  118.                 SYNTAX  INTEGER
  119.                 ACCESS  read-only
  120.                 STATUS  mandatory
  121.                 DESCRIPTION
  122.                         "The maximum number of connections that may be made
  123.                         to this server."
  124.                 ::= { pnwConfiguration 11 }
  125.  
  126.         pnwServerMaximumOpenFiles OBJECT-TYPE
  127.                 SYNTAX  INTEGER
  128.                 ACCESS  read-only
  129.                 STATUS  mandatory
  130.                 DESCRIPTION
  131.                         "The maximum number of files that may be
  132.             simultaneously open on this server."
  133.                 ::= { pnwConfiguration 12 }
  134.  
  135.         pnwServerMaximumClientTasks OBJECT-TYPE
  136.                 SYNTAX  INTEGER
  137.                 ACCESS  read-only
  138.                 STATUS  mandatory
  139.                 DESCRIPTION
  140.                         "The maximum number of client tasks that may be
  141.             simultaneously active on this server."
  142.                 ::= { pnwConfiguration 13 }
  143.  
  144.         pnwServerSize OBJECT-TYPE
  145.                 SYNTAX  INTEGER
  146.                 ACCESS  read-only
  147.                 STATUS  mandatory
  148.                 DESCRIPTION
  149.                         "The number of bytes of memory used by the Personal
  150.             Netware Server."
  151.                 ::= { pnwConfiguration 14 }
  152.  
  153.         pnwServerDirectoryCacheSize OBJECT-TYPE
  154.                 SYNTAX  INTEGER
  155.                 ACCESS  read-only
  156.                 STATUS  mandatory
  157.                 DESCRIPTION
  158.             "The size in bytes of the directory cache used by the
  159.             Personal Netware Server."
  160.                 ::= { pnwConfiguration 15 }
  161.  
  162.         pnwServerMaximumServiceExtensions OBJECT-TYPE
  163.                 SYNTAX  INTEGER
  164.                 ACCESS  read-only
  165.                 STATUS  mandatory
  166.                 DESCRIPTION
  167.             "The maximum number of service extensions available
  168.             to the Personal Netware Server."
  169.                 ::= { pnwConfiguration 16 }
  170.  
  171.         pnwServerCurrentServiceExtensions OBJECT-TYPE
  172.                 SYNTAX  INTEGER
  173.                 ACCESS  read-only
  174.                 STATUS  mandatory
  175.                 DESCRIPTION
  176.             "The current number of service extensions currently
  177.             used by the Personal Netware Server."
  178.                 ::= { pnwConfiguration 17 }
  179.  
  180.         pnwServerMaximumResources OBJECT-TYPE
  181.                 SYNTAX  INTEGER
  182.                 ACCESS  read-only
  183.                 STATUS  mandatory
  184.                 DESCRIPTION
  185.             "The maximum number of sharable resources available
  186.             to the Personal Netware Server."
  187.                 ::= { pnwConfiguration 18 }
  188.  
  189.         pnwServerCurrentResources OBJECT-TYPE
  190.                 SYNTAX  INTEGER
  191.                 ACCESS  read-only
  192.                 STATUS  mandatory
  193.                 DESCRIPTION
  194.             "The current number of sharable resources used by
  195.             the Personal Netware Server."
  196.                 ::= { pnwConfiguration 19 }
  197.  
  198.         pnwServerMaximumDirectories OBJECT-TYPE
  199.                 SYNTAX  INTEGER
  200.                 ACCESS  read-only
  201.                 STATUS  mandatory
  202.                 DESCRIPTION
  203.             "The maximum number of directories that can be used
  204.             by the Personal Netware Server."
  205.                 ::= { pnwConfiguration 20 }
  206.  
  207.         pnwServerCurrentDirectories OBJECT-TYPE
  208.                 SYNTAX  INTEGER
  209.                 ACCESS  read-only
  210.                 STATUS  mandatory
  211.                 DESCRIPTION
  212.             "The current number of directories that are used by
  213.             the Personal Netware Server."
  214.                 ::= { pnwConfiguration 21 }
  215.  
  216.         pnwServerMaximumPrinters OBJECT-TYPE
  217.                 SYNTAX  INTEGER
  218.                 ACCESS  read-only
  219.                 STATUS  mandatory
  220.                 DESCRIPTION
  221.             "The maximum number of printers that can be used
  222.             by the Personal Netware Server."
  223.                 ::= { pnwConfiguration 22 }
  224.  
  225.         pnwServerCurrentPrinters OBJECT-TYPE
  226.                 SYNTAX  INTEGER
  227.                 ACCESS  read-only
  228.                 STATUS  mandatory
  229.                 DESCRIPTION
  230.             "The current number of printers configured for use
  231.             with the Personal Netware Server."
  232.                 ::= { pnwConfiguration 23 }
  233.  
  234.         pnwServerPrintBufferSize OBJECT-TYPE
  235.                 SYNTAX  INTEGER
  236.                 ACCESS  read-only
  237.                 STATUS  mandatory
  238.                 DESCRIPTION
  239.             "The size in bytes of the print buffer for each
  240.             printer configured for use with the Personal Netware
  241.             Server."
  242.                 ::= { pnwConfiguration 24 }
  243.  
  244.         pnwServerMaximumReceiveBuffers OBJECT-TYPE
  245.                 SYNTAX  INTEGER
  246.                 ACCESS  read-only
  247.                 STATUS  mandatory
  248.                 DESCRIPTION
  249.             "The maximum number of receive buffers that can be
  250.             used by the Personal Netware Server."
  251.                 ::= { pnwConfiguration 25 }
  252.  
  253.         pnwServerReceiveBufferSize OBJECT-TYPE
  254.                 SYNTAX  INTEGER
  255.                 ACCESS  read-only
  256.                 STATUS  mandatory
  257.                 DESCRIPTION
  258.             "The size of each receive buffer on the Personal
  259.             Netware Server."
  260.                 ::= { pnwConfiguration 26 }
  261.  
  262.         pnwServerMaximumRequestSize OBJECT-TYPE
  263.                 SYNTAX  INTEGER
  264.                 ACCESS  read-only
  265.                 STATUS  mandatory
  266.                 DESCRIPTION
  267.             "The size of largest request that can be made of the
  268.             Personal Netware Server."
  269.                 ::= { pnwConfiguration 27 }
  270.  
  271.         pnwServerMaximumIOBuffers OBJECT-TYPE
  272.                 SYNTAX  INTEGER
  273.                 ACCESS  read-only
  274.                 STATUS  mandatory
  275.                 DESCRIPTION
  276.             "The maximum number of internal cache buffers
  277.             available to the Personal Netware Server."
  278.                 ::= { pnwConfiguration 28 }
  279.  
  280.         pnwServerIOBufferSize OBJECT-TYPE
  281.                 SYNTAX  INTEGER
  282.                 ACCESS  read-only
  283.                 STATUS  mandatory
  284.                 DESCRIPTION
  285.             "The size of each internal cache buffer
  286.             available to the Personal Netware Server."
  287.                 ::= { pnwConfiguration 29 }
  288.  
  289.         pnwServerAuditing OBJECT-TYPE
  290.                 SYNTAX  INTEGER {
  291.                 off(1),
  292.                 on(2)
  293.                 }
  294.                 ACCESS  read-only
  295.                 STATUS  mandatory
  296.                 DESCRIPTION
  297.             "The current state of auditing on the Personal
  298.             Netware Server."
  299.                 ::= { pnwConfiguration 30 }
  300.  
  301.         pnwServerSecurity OBJECT-TYPE
  302.                 SYNTAX  INTEGER {
  303.                 notLoaded(1),
  304.                 loaded(2)
  305.                 }
  306.                 ACCESS  read-only
  307.                 STATUS  mandatory
  308.                 DESCRIPTION
  309.             "Indicates the absence or presence of the security
  310.             TSR on the Personal Netware Server."
  311.                 ::= { pnwConfiguration 31 }
  312.  
  313.         pnwServerShare OBJECT-TYPE
  314.                 SYNTAX  INTEGER {
  315.                 notLoaded(1),
  316.                 loaded(2)
  317.                 }
  318.                 ACCESS  read-only
  319.                 STATUS  mandatory
  320.                 DESCRIPTION
  321.             "Indicates the absence or presence of the DOS SHARE
  322.             TSR on the Personal Netware Server."
  323.                 ::= { pnwConfiguration 32 }
  324.  
  325.         pnwServerLoadType OBJECT-TYPE
  326.                 SYNTAX  INTEGER {
  327.                 noLoad(1),
  328.                 loadConventional(2)
  329.                 }
  330.                 ACCESS  read-only
  331.                 STATUS  mandatory
  332.                 DESCRIPTION
  333.             "Indicates if the server can be loaded, and if it
  334.             can be loaded, in what memory area it is loaded."
  335.                 ::= { pnwConfiguration 33 }
  336.  
  337.         pnwServerNumberOfDisks OBJECT-TYPE
  338.                 SYNTAX  INTEGER
  339.                 ACCESS  read-only
  340.                 STATUS  mandatory
  341.                 DESCRIPTION
  342.             "Indicates the number disks (fixed and removable)
  343.             available for use by the Personal Netware Server."
  344.                 ::= { pnwConfiguration 34 }
  345.  
  346.  
  347.         --
  348.         -- Personal Netware DOS WorkStation
  349.         --
  350.  
  351.         operatingSystem OBJECT-TYPE
  352.                 SYNTAX  INTEGER {
  353.                 other(1),
  354.                 dos(2)
  355.                 }
  356.                 ACCESS  read-only
  357.                 STATUS  mandatory
  358.                 DESCRIPTION
  359.                         "The operating system used by the workstation on which
  360.             the Personal Netware Server is running.  Currently
  361.             the only valid value is DOS."
  362.                 ::= { pnwDOSWorkStation 1 }
  363.  
  364.         operatingSystemMajorVersion OBJECT-TYPE
  365.                 SYNTAX  INTEGER
  366.                 ACCESS  read-only
  367.                 STATUS  mandatory
  368.                 DESCRIPTION
  369.                         "The major version number of the workstation
  370.             operating system."
  371.                 ::= { pnwDOSWorkStation 2 }
  372.  
  373.         operatingSystemMinorVersion OBJECT-TYPE
  374.                 SYNTAX  INTEGER
  375.                 ACCESS  read-only
  376.                 STATUS  mandatory
  377.                 DESCRIPTION
  378.                         "The minor version number of the workstation
  379.             operating system."
  380.                 ::= { pnwDOSWorkStation 3 }
  381.  
  382.  
  383.         --
  384.         -- Personal Netware Server Statistics
  385.         --
  386.  
  387.         pnwServerCurrentConnections OBJECT-TYPE
  388.                 SYNTAX  INTEGER
  389.                 ACCESS  read-only
  390.                 STATUS  mandatory
  391.                 DESCRIPTION
  392.             "The current number of connections to the Personal
  393.             Netware Server."
  394.                 ::= { pnwStatistics 1 }
  395.  
  396.         pnwServerCurrentOpenFiles OBJECT-TYPE
  397.                 SYNTAX  INTEGER
  398.                 ACCESS  read-only
  399.                 STATUS  mandatory
  400.                 DESCRIPTION
  401.             "The current number of open files on the Personal
  402.             Netware Server."
  403.                 ::= { pnwStatistics 2 }
  404.  
  405.         pnwServerCurrentClientTasks OBJECT-TYPE
  406.                 SYNTAX  INTEGER
  407.                 ACCESS  read-only
  408.                 STATUS  mandatory
  409.                 DESCRIPTION
  410.             "The current number of client tasks on the Personal
  411.             Netware Server."
  412.                 ::= { pnwStatistics 3 }
  413.  
  414.         pnwServerCurrentNumberOfFreeBuffers OBJECT-TYPE
  415.                 SYNTAX  INTEGER
  416.                 ACCESS  read-only
  417.                 STATUS  mandatory
  418.                 DESCRIPTION
  419.             "The current number of free receive buffers on the
  420.             Personal Netware Server."
  421.                 ::= { pnwStatistics 4 }
  422.  
  423.         pnwServerCurrentNumberOfSemaphores OBJECT-TYPE
  424.                 SYNTAX  INTEGER
  425.                 ACCESS  read-only
  426.                 STATUS  mandatory
  427.                 DESCRIPTION
  428.             "The current number of semaphores on the Personal
  429.             Netware Server."
  430.                 ::= { pnwStatistics 5 }
  431.  
  432.         pnwServerTotalPacketsReceived OBJECT-TYPE
  433.                 SYNTAX  Counter
  434.                 ACCESS  read-only
  435.                 STATUS  mandatory
  436.                 DESCRIPTION
  437.             "The total number of packets received by the Personal
  438.             Netware Server."
  439.                 ::= { pnwStatistics 6 }
  440.  
  441.         pnwServerTotalBadPackets OBJECT-TYPE
  442.                 SYNTAX  Counter
  443.                 ACCESS  read-only
  444.                 STATUS  mandatory
  445.                 DESCRIPTION
  446.             "The total number of bad packets received by the
  447.                         Personal Netware Server."
  448.                 ::= { pnwStatistics 7 }
  449.  
  450.         pnwServerTotalPacketsNotProcessedImmediately OBJECT-TYPE
  451.                 SYNTAX  Counter
  452.                 ACCESS  read-only
  453.                 STATUS  mandatory
  454.                 DESCRIPTION
  455.             "The total number of packets received by the
  456.                         Personal Netware Server but not processed
  457.             immediately."
  458.                 ::= { pnwStatistics 8 }
  459.  
  460.         pnwServerTotalLostResponses OBJECT-TYPE
  461.                 SYNTAX  Counter
  462.                 ACCESS  read-only
  463.                 STATUS  mandatory
  464.                 DESCRIPTION
  465.             "The total number of responses lost by the
  466.                         Personal Netware Server."
  467.                 ::= { pnwStatistics 9 }
  468.  
  469.         pnwServerPeakConnectionsUsed OBJECT-TYPE
  470.                 SYNTAX  INTEGER
  471.                 ACCESS  read-only
  472.                 STATUS  mandatory
  473.                 DESCRIPTION
  474.             "The peak number of simultaneously used connections
  475.             on the Personal Netware Server."
  476.                 ::= { pnwStatistics 10 }
  477.  
  478.         pnwServerPeakConcurrentlyOpenFiles OBJECT-TYPE
  479.                 SYNTAX  INTEGER
  480.                 ACCESS  read-only
  481.                 STATUS  mandatory
  482.                 DESCRIPTION
  483.             "The peak number of concurrently open files on the
  484.                         Personal Netware Server."
  485.                 ::= { pnwStatistics 11 }
  486.  
  487.         pnwServerPeakConcurrentClientTasks OBJECT-TYPE
  488.                 SYNTAX  INTEGER
  489.                 ACCESS  read-only
  490.                 STATUS  mandatory
  491.                 DESCRIPTION
  492.             "The peak number of concurrently running client tasks
  493.                         on the Personal Netware Server."
  494.                 ::= { pnwStatistics 12 }
  495.  
  496.         pnwServerTotalWatchdogPackets OBJECT-TYPE
  497.                 SYNTAX  Counter
  498.                 ACCESS  read-only
  499.                 STATUS  mandatory
  500.                 DESCRIPTION
  501.             "The total number of watchdog packets sent by the
  502.                         Personal Netware Server."
  503.                 ::= { pnwStatistics 13 }
  504.  
  505.         pnwServerPeakClientsWatchdogged OBJECT-TYPE
  506.                 SYNTAX  INTEGER
  507.                 ACCESS  read-only
  508.                 STATUS  mandatory
  509.                 DESCRIPTION
  510.             "The peak number of clients watchdogged by the
  511.                         Personal Netware Server."
  512.                 ::= { pnwStatistics 14 }
  513.  
  514.         pnwServerTotalSlistRequests OBJECT-TYPE
  515.                 SYNTAX  Counter
  516.                 ACCESS  read-only
  517.                 STATUS  mandatory
  518.                 DESCRIPTION
  519.             "The total number of slist requests received by the
  520.                         Personal Netware Server."
  521.                 ::= { pnwStatistics 15 }
  522.  
  523.         pnwServerTotalBusyPackets OBJECT-TYPE
  524.                 SYNTAX  Counter
  525.                 ACCESS  read-only
  526.                 STATUS  mandatory
  527.                 DESCRIPTION
  528.             "The total number of busy packets sent by the
  529.                         Personal Netware Server."
  530.                 ::= { pnwStatistics 16 }
  531.  
  532.         pnwServerTotalBusyPacketsNoBuffers OBJECT-TYPE
  533.                 SYNTAX  Counter
  534.                 ACCESS  read-only
  535.                 STATUS  mandatory
  536.                 DESCRIPTION
  537.             "The total number of busy packets sent by the
  538.                         Personal Netware Server because no buffers were
  539.             available."
  540.                 ::= { pnwStatistics 17 }
  541.  
  542.         pnwServerTotalUnknownRequests OBJECT-TYPE
  543.                 SYNTAX  Counter
  544.                 ACCESS  read-only
  545.                 STATUS  mandatory
  546.                 DESCRIPTION
  547.             "The total number of unknown requests received by the
  548.                         Personal Netware Server."
  549.                 ::= { pnwStatistics 18 }
  550.  
  551.         pnwServerTotalWriteBehindMisses OBJECT-TYPE
  552.                 SYNTAX  Counter
  553.                 ACCESS  read-only
  554.                 STATUS  mandatory
  555.                 DESCRIPTION
  556.             "The total number of write behind misses for the
  557.                         Personal Netware Server."
  558.                 ::= { pnwStatistics 19 }
  559.  
  560.         pnwServerTotalWriteBehindHits OBJECT-TYPE
  561.                 SYNTAX  Counter
  562.                 ACCESS  read-only
  563.                 STATUS  mandatory
  564.                 DESCRIPTION
  565.             "The total number of write behind hits for the
  566.                         Personal Netware Server."
  567.                 ::= { pnwStatistics 20 }
  568.  
  569.         pnwServerTotalIOCacheMisses OBJECT-TYPE
  570.                 SYNTAX  Counter
  571.                 ACCESS  read-only
  572.                 STATUS  mandatory
  573.                 DESCRIPTION
  574.             "The total number of IO cache misses for the
  575.                         Personal Netware Server."
  576.                 ::= { pnwStatistics 21 }
  577.  
  578.         pnwServerTotalIOCacheHits OBJECT-TYPE
  579.                 SYNTAX  Counter
  580.                 ACCESS  read-only
  581.                 STATUS  mandatory
  582.                 DESCRIPTION
  583.             "The total number of IO cache hits for the
  584.                         Personal Netware Server."
  585.                 ::= { pnwStatistics 22 }
  586.  
  587.         pnwServerTotalPasswordFailures OBJECT-TYPE
  588.                 SYNTAX  Counter
  589.                 ACCESS  read-only
  590.                 STATUS  mandatory
  591.                 DESCRIPTION
  592.             "The total number of invalid passwords received by
  593.                         the Personal Netware Server from clients attempting
  594.             to establish a connection."
  595.                 ::= { pnwStatistics 23 }
  596.  
  597.  
  598.         --
  599.         -- Personal Netware Server Status
  600.         --
  601.  
  602.         pnwServerStatus OBJECT-TYPE
  603.                 SYNTAX  INTEGER {
  604.                 up(1),
  605.                 down(2)
  606.                 }
  607.                 ACCESS  read-only
  608.                 STATUS  mandatory
  609.                 DESCRIPTION
  610.                         "The current status of the Personal Netware Server."
  611.                 ::= { pnwStatus 1 }
  612.  
  613.         pnwServerUpTime OBJECT-TYPE
  614.                 SYNTAX  TimeTicks
  615.                 ACCESS  read-only
  616.                 STATUS  mandatory
  617.                 DESCRIPTION
  618.                         "The time in 100th seconds that the Personal Netware
  619.                         Server has been up."
  620.                 ::= { pnwStatus 2 }
  621.  
  622.  
  623. END
  624.